home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict18.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  131 b   |  9 lines

  1. on mouseUp
  2.   global delaytime
  3.   if rollOver(clickOn()) then
  4.     set delaytime to 60
  5.     speedshow()
  6.     updateStage()
  7.   end if
  8. end
  9.